home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / menues__ / tc32102.zip / UPDAT102.DOC < prev    next >
Text File  |  1996-04-17  |  11KB  |  292 lines

  1.  
  2.  
  3.  
  4.                                   JP Software
  5.  
  6.                      Take Command/32 Update Documentation
  7.  
  8.                         Version 1.02 -- April 17, 1996
  9.  
  10.    Copyright 1988 - 1996, JP Software Inc., All Rights Reserved.  Published
  11.    by JP Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617)
  12.    646-3975.  4DOS is a registered trademark and 4OS2, Take Command, and
  13.    Take Command/32 are trademarks of JP Software Inc.  Other brand and
  14.    product names are trademarks of their respective owners.
  15.  
  16.  
  17.    Check through this file for a comprehensive list of what's changed in
  18.    Take Command/32 for Windows NT and Windows 95 since version 1.01. 
  19.    Additional documentation on new features is in the online help. 
  20.    Information about product changes before version 1.01 may be viewed at
  21.    our web page (http://www.jpsoft.com) by selecting Take Command and then
  22.    Product History.  Many product history files are also available in our
  23.    Compuserve forum (GO PCVENB or GO JPSOFT, library 10 / JP Software, look
  24.    for files named UPxxxxxx.ZIP).
  25.  
  26.  
  27.    Some of the descriptions below may be more detailed than you need; if
  28.    you aren't using a feature, feel free to skip to the next item.  If you
  29.    are new to Take Command with version 1.01, you can skip this file
  30.    entirely, and begin with the Introduction and Installation Guide.
  31.  
  32.    This file is divided into the following sections:
  33.  
  34.           General Features and Enhancements
  35.           Startup and Initialization
  36.           Command Line Editing Changes
  37.           Variables and Variable Functions
  38.           Command Changes
  39.           Technical, Compatibility, and Bug Fixes
  40.  
  41.    Significant new features and those which affect most users are marked
  42.    with "**" in the lists below.  Other items discuss smaller or more
  43.    technical changes.
  44.  
  45.    This file is formatted at 58 lines per page, and contains form feeds and
  46.    page footers.  It can be viewed with a file viewer such as the 4DOS LIST
  47.    command, or printed on most PC printers using the command:
  48.  
  49.               copy updat102.doc prn
  50.  
  51.    Printing it with a program that formats the pages is not likely to work
  52.    due to the formatting included in the file.
  53.  
  54.                                                                 (4/96-1.02)
  55.  
  56.  
  57.  
  58.  
  59.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 1
  60.  
  61.  
  62.  
  63.                        Take Command/32 1.02 Change List
  64.  
  65.  
  66.    General Features and Enhancements
  67.    ---------------------------------
  68.  
  69.    ==> ** File searches on FAT drives now look for long filenames and then
  70.           short filenames.  For example, suppose you have two files on your
  71.           system:
  72.  
  73.               Long Name               Short Name
  74.               ------------------      ------------------
  75.               My Letter.DAT           MYLETT~1.DAT
  76.               Files.DAT               MYFILES.DAT
  77.  
  78.           A search for MY*.DAT will now find both files; previously it
  79.           would find only the first file.  This was done to improve
  80.           compatibility with CMD.EXE and to make the results more
  81.           intuitive.
  82.  
  83.           CAUTION:  Extra care should be taken performing certain commands
  84.           on long filenames (e.g. using wildcards to delete or move files),
  85.           as they may now affect files with short names as well.  For
  86.           example, DEL *1 will delete all files whose names end in "1". 
  87.           Because short filenames generated by the operating system end in
  88.           "~1", such a command would delete all of those files -- probably
  89.           not the result you wanted.
  90.  
  91.    ==> ** The print dialog now allows printing a marked block of text, by
  92.           using the "Print Selection" button.  The button will only be
  93.           enabled if text is marked.
  94.  
  95.    ==>    In the find files dialog, removed the file description / date /
  96.           time text field from under the list box, due to difficulties
  97.           synchronizing updates of this information with list box
  98.           scrolling.  This information is still available by double-
  99.           clicking the file name in this list box.
  100.  
  101.    ==>    Increased the maximum setting for ConsoleRows to 4096.  
  102.  
  103.    ==>    Increased the maximum history size from 8K to 32K. 
  104.  
  105.  
  106.    Startup and Initialization
  107.    --------------------------
  108.  
  109.    ==> ** Added a new .INI directive:
  110.  
  111.               AppendToDir = [Yes | NO]:  If set to "Yes", TCMD will append
  112.               a trailing '\' to directory names when doing filename
  113.               completion.
  114.  
  115.  
  116.  
  117.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 2
  118.  
  119.  
  120.  
  121.    Command Line Editing Changes
  122.    ----------------------------
  123.  
  124.    ==> ** A Ctrl-A on the command line during filename expansion will
  125.           toggle the returned filename between long filename (LFN) and the
  126.           traditional short name (SFN) format.  The default is LFN format;
  127.           if you switch to SFN format the change will only remain in effect
  128.           for the current filename expansion.  Any new expansion sequence
  129.           later on the command line will start in LFN format, and can be
  130.           toggled to SFN format with another Ctrl-A.
  131.  
  132.  
  133.    Internal Variables and Variable Functions
  134.    -----------------------------------------
  135.  
  136.    ==>    @ALTNAME:  Now returns a shortened pathname if you provide it a
  137.           path (and you're running Win95 or NT 3.51+).  If you only give a
  138.           filename, or if you're running NT 3.5, @ALTNAME will return just
  139.           the shortened filename.
  140.  
  141.    ==>    @EXT:  Increased the maximum length returned to 64 characters.
  142.  
  143.  
  144.    Command Changes
  145.    ---------------
  146.  
  147.    ==>    IF ISWINDOW:  Now supports wildcards in the window name.
  148.  
  149.    ==> ** LIST:  Enabled mouse button 2 for "copy & paste" operation inside
  150.           LIST.  To use this feature, hold the button down and select an
  151.           area by dragging the cursor.  When you release the button, the
  152.           marked area is copied to the clipboard.  This is the same
  153.           behavior that was already available in the command window.
  154.  
  155.    ==> ** SHRALIAS:  Rewritten as a mixed internal/external command, rather
  156.           than just an external program.  You must now run the internal
  157.           command, not the external program, and make sure that
  158.           SHRALIAS.EXE is in the Take Command/32 directory or in your path. 
  159.           To convert from the previous version of SHRALIAS, remove the
  160.           extension and path from any SHRALIAS reference, so that the
  161.           internal command is used (you can no longer run the external
  162.           SHRALIAS.EXE directly).  The internal SHRALIAS /U command may be
  163.           used to unload SHRALIAS.EXE.
  164.  
  165.  
  166.    Technical, Compatibility, and Bug Fixes
  167.    ---------------------------------------
  168.  
  169.    ==>    DESCRIPT.ION now allows either a space, tab, or comma as the
  170.           delimiter between the filename and the description.  This is for
  171.           compatibility with some third-party description files.
  172.  
  173.  
  174.  
  175.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 3
  176.  
  177.  
  178.    ==>    Added a work-around for Windows NT to prevent TCMD/32 from
  179.           crashing after an ENDLOCAL.  
  180.  
  181.    ==>    Added a check for escaped characters in a redirected filename.
  182.  
  183.    ==>    Added support for drives over 2GB in DIR, FREE, %@DISKFREE, etc.
  184.  
  185.    ==>    Fixed a problem with multiple pipes where the first command being
  186.           piped to was an external console-mode application (e.g. DIR |
  187.           SORT | TEE FILE.DAT).
  188.  
  189.    ==>    Fixed a minor problem with pipes of the form "prog1 | *prog2".
  190.  
  191.    ==>    Fixed a problem with the Find dialog when double- clicking on a
  192.           filename or selecting the Edit button.
  193.  
  194.    ==>    Fixed a problem with the Find File dialog not double-quoting
  195.           LFN/HPFS/NTFS names in the "found" listbox.  This problem
  196.           prevented a double click (to retrieve extended information) from
  197.           working on names containing whitespace.
  198.  
  199.    ==>    Fixed a rare problem when piping from an internal command that
  200.           didn't support command grouping, to an internal or external
  201.           command that ended with a '('.  
  202.  
  203.    ==>    Fixed a problem with NUL characters in batch files.
  204.  
  205.    ==>    Fixed a problem with the HistCopy directive.
  206.  
  207.    ==>    Fixed a problem with files executed via executable extensions. 
  208.           Double quotes are now added if the name contains whitespace.
  209.  
  210.    ==>    Fixed a problem with marking more than one line using the
  211.           keyboard (e.g. using Shift-Home at the end of a multi-line
  212.           command).
  213.  
  214.    ==>    Fixed the Find Files dialog so the Disks box correctly reflects
  215.           choices made with the radio buttons.
  216.  
  217.    ==>    FOR:  Enabled extended parent directory names.
  218.  
  219.    ==>    Removed the groups/apps from the Win95 Apps menu, as they are
  220.           already included on the Start button, and Take Command could not
  221.           support the nested groups provided by Windows 95 (this may be
  222.           changed in a future revision).
  223.  
  224.    ==>    Take Command now passes the Pause key on to other applications
  225.           (this should resolve problems found while using SpinWizard).
  226.  
  227.    ==>    TCMD/32 now creates a new console for executing a .PIF file,
  228.           which keeps Win95 from crashing.
  229.  
  230.  
  231.  
  232.  
  233.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 4
  234.  
  235.  
  236.    ==>    The PATH search routine now queries if the specified drive is
  237.           ready before attempting to find an external command, which avoids
  238.           a critical error message.
  239.  
  240.    ==>    ACTIVATE:  Fixed a problem with the CLOSE option.
  241.  
  242.    ==>    DDEEXEC:  Added a wait to solve a problem slower systems may have
  243.           with terminating DDE links, fixed a problem which caused a GPF
  244.           when DDEEXEC was invoked with no parameters, and solved a problem
  245.           with DDEEXEC not passing the command arguments.
  246.  
  247.    ==>    DO:  Now allows embedded equal signs in a test condition.
  248.  
  249.    ==>    FOR:  Fixed a problem with include lists in the FOR arguments.
  250.  
  251.    ==>    IF:  Added a work-around for constructs like:
  252.  
  253.               if 1 == 0 echo foo && echo bar
  254.  
  255.           to emulate CMD.EXE's behavior of basing the && condition on the
  256.           result of the IF test.
  257.  
  258.    ==>    INPUT:  Fixed a problem with using INPUT /E in a transient shell. 
  259.           Also solved a problem with INPUT /W /E which prevented the
  260.           existing value from being displayed unless a key was pressed.
  261.  
  262.    ==>    KEYSTACK:  Fixed a sporadic problem with feeding keystrokes to
  263.           message boxes.
  264.  
  265.    ==>    LIST:  Fixed problems with:  Using Find with wrap on; marking
  266.           wrapped lines; marking long lines with several embedded tabs; and
  267.           selecting long filenames from the Open dialog.
  268.  
  269.    ==>    LIST:  Improved LIST's ability to find the end of each line
  270.           properly in files with unusual line terminations (e.g. CR or LF
  271.           alone, LF/CR, CR/CR/LF, etc.).
  272.  
  273.    ==>    MD:  Fixed a problem with /S and UNC names.
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 5
  292.